Initializes a new instance of the ObjectConnector class.
シンタックス
'宣言
Public Function New( _
ByVal As Workspace, _
ByVal As System.Collections.Generic.IEnumerable(Of T) _
)
public ObjectConnector<T>(
Workspace ,
System.Collections.Generic.IEnumerable<T>
)
パラメータ
- workspace
- Workspace to use the connector in.
- data
- Collection to import data from.
参照